home *** CD-ROM | disk | FTP | other *** search
- on moveRightDead2
- global SpinCount
- if SpinCount < 1 then
- set the locV of sprite 28 to the locV of sprite 28 - 8
- set the locH of sprite 28 to the locH of sprite 28 + 6
- else
- if SpinCount < 3 then
- set the locV of sprite 28 to the locV of sprite 28 + 2
- set the locH of sprite 28 to the locH of sprite 28 + 1
- else
- if SpinCount < 5 then
- set the locV of sprite 28 to the locV of sprite 28 + 1
- set the locH of sprite 28 to the locH of sprite 28 + 1
- else
- if SpinCount < 7 then
- set the locV of sprite 28 to the locV of sprite 28 + 1
- set the locH of sprite 28 to the locH of sprite 28 + 2
- else
- if SpinCount < 14 then
- set the locH of sprite 28 to the locH of sprite 28 + 3
- else
- if SpinCount < 19 then
- set the locH of sprite 28 to the locH of sprite 28 + 2
- else
- if SpinCount < 24 then
- set the locV of sprite 28 to the locV of sprite 28 + 1
- set the locH of sprite 28 to the locH of sprite 28 + 2
- else
- if SpinCount < 29 then
- set the locV of sprite 28 to the locV of sprite 28 + 2
- set the locH of sprite 28 to the locH of sprite 28 + 2
- else
- if SpinCount < 34 then
- set the locV of sprite 28 to the locV of sprite 28 + 2
- set the locH of sprite 28 to the locH of sprite 28 + 1
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- if SpinCount = 34 then
- repeat with z = 3 to 28
- puppetSprite(z, 0)
- end repeat
- go("startMovie")
- else
- set SpinCount to SpinCount + 1
- end if
- updateStage()
- end
-